翻訳と辞書 |
Comparison of programming languages (syntax) : ウィキペディア英語版 | Comparison of programming languages (syntax)
This comparison of programming languages (syntax) compares the features of language syntax (format) for over 50 various computer programming languages. ==Expressions==
Programming language expressions can be broadly classified in three classes: prefix notation * Lisp ( * (+ 2 3) (expt 4 5)) infix notation * Fortran (2 + 3) * (4 * * 5) suffix, postfix, or Reverse Polish notation * Forth 2 3 + 4 5 * * * math-like notation * TUTOR (2 + 3)(45) $$ note implicit multiply operator
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Comparison of programming languages (syntax)」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|